vendor/golang.org/x/text/unicode/norm.Iter.buf (field)
29 uses
vendor/golang.org/x/text/unicode/norm (current package)
iter.go#L20: buf [maxByteBufferSize]byte
iter.go#L99: return i.buf[:copy(i.buf[:], i.rb.src.str[a:b])]
iter.go#L148: i.buf[0] = i.rb.src.str[i.p]
iter.go#L150: return i.buf[:1]
iter.go#L153: i.buf[0] = i.rb.src.str[i.p]
iter.go#L155: return i.buf[:1]
iter.go#L174: return i.buf[:decomposeHangul(i.buf[:], i.rb.src.hangul(p))]
iter.go#L211: seg := i.buf[:i.rb.flushCopy(i.buf[:])]
iter.go#L248: i.rb.src.copySlice(i.buf[outCopyStart:], inCopyStart, i.p)
iter.go#L251: if p > len(i.buf) {
iter.go#L252: return i.buf[:outp]
iter.go#L280: copy(i.buf[outp:], d)
iter.go#L281: return i.buf[:p]
iter.go#L285: copy(i.buf[outp:], d)
iter.go#L293: outp = decomposeHangul(i.buf[:], r)
iter.go#L301: return i.buf[:outp]
iter.go#L305: if p > len(i.buf) {
iter.go#L330: i.rb.src.copySlice(i.buf[outCopyStart:], inCopyStart, i.p)
iter.go#L332: return i.buf[:outp]
iter.go#L336: i.rb.src.copySlice(i.buf[outCopyStart:], inCopyStart, i.p)
iter.go#L337: i.rb.insertDecomposed(i.buf[0:outp])
iter.go#L358: return i.buf[:i.rb.flushCopy(i.buf[:])]
iter.go#L384: if p > len(i.buf) {
iter.go#L444: seg := i.buf[:i.rb.flushCopy(i.buf[:])]
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |